home *** CD-ROM | disk | FTP | other *** search
/ Knudde EK Editie / CD1.iso / tinus.dxr / Script_3_init all.ls < prev    next >
Encoding:
Text File  |  2000-02-24  |  213 b   |  13 lines

  1. on exitFrame
  2.   global MySound
  3.   if (soundBusy(2) = 0) and (MySound = 1) then
  4.     puppetSound(2, 112)
  5.   end if
  6.   initStandard()
  7.   initBackGound(#right)
  8.   initTinus()
  9.   initMaaier()
  10.   initGras()
  11.   updateStage()
  12. end
  13.